std::exception::operator=
From Cppreference
< cpp | error | exception/exception
| C++ Standard Library | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Utilities library | |||||||||||||||||||||||||||||
| Error handling | |||||||||||||||||||||||||||||
| std::exception | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| exception& operator=( const exception& other );
|
||
Copy assignment operator. Assigns the contents of other
[edit] Parameters
| other | - | another exception to assign the contents of |